projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6224da
)
Add Lisp Debugger xref.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Apr 2001 14:46:57 +0000
(14:46 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Apr 2001 14:46:57 +0000
(14:46 +0000)
man/building.texi
patch
|
blob
|
history
diff --git
a/man/building.texi
b/man/building.texi
index 239a5b5a43c060addd352615ad56478d3e02777d..462a74ecfee901290beead5feb87474945f8f50b 100644
(file)
--- a/
man/building.texi
+++ b/
man/building.texi
@@
-254,6
+254,8
@@
various symbolic debuggers from within Emacs. We recommend the debugger
GDB, which is free software, but you can also run DBX, SDB or XDB if you
have them. GUD can also serve as an interface to the Perl's debugging
mode, the Python debugger PDB, and to JDB, the Java Debugger.
+@xref{Debugger,, The Lisp Debugger, elisp, the Emacs Lisp Reference Manual},
+for information on debugging Emacs Lisp programs.
@menu
* Starting GUD:: How to start a debugger subprocess.